home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
cmln0385.arc
/
MODULA2.LTG
< prev
next >
Wrap
Text File
|
1986-02-27
|
384b
|
9 lines
Modula2Listing 2.
PROCEDURE access(a: Matrix; row, col; INTEGER): REAL;
(* Returns the real number in location row,col for matrix a *)
PROCEDURE assign(a: Matrix; row, col : INTEGER; x : REAL);
(* Assigns the real number x to location row,col in matrix a *)